/* CSS for Galley Page*/

/*Define body background and font*/

/*last updated 02 Nov 2012*/



body{background-image:url(../graphics/galley/galley3.JPG);}

h1 {
	color: aqua;
	font-size: 24pt;
	font-weight: bold;
	font-style: italic;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	text-shadow: 0.2em 0.2em #333;}

h2 {
	color: aqua;
	font-size: 14pt;
	font-weight: none;
	font-family: arial, helvetica;
	text-align: center;}
p {
	color: aqua;
	font-size: 14pt;
	font-weight: none;
	font-family: arial, helvetica;
	text-align: center;}
	
p3 {
	color: #FC0;
	font-size: 12pt;
	font-weight: bold;
	font-family: arial, helvetica;
	text-align: center;}	
	
p.grn {
	color: #566047;
	font-size: 14pt;
	font-weight: none;
	font-family: arial, helvetica;
	text-align: center;}



/*table appearance*/

table.main {
	border: 1px;
	cell-spacing: 2px;
	cell-padding: 6px;
	background-color: #FFFFCC;
	empty-cells: hide;
	border-width: 6px;}

td.onecolumn {
	background-color:#FFFFCC;
	text-align: left;
	vertical-align: top;
	font-family: arial, helvetica;
	font-size: 14pt;
}

td.normal {
	background-color:#FF9;
	text-align: center;
	font-family: arial, helvetica;
	font-weight: bold;
	font-size: 11pt;
	font-color: #566047;
}

td.tdilink {
	background-color:#FFFFCC;
	text-align: center;
	font-family: arial, helvetica;
	font-size: 14pt;
	font-color: #0f3b5f;
}


td.title {
	background-color:#C30;
	text-align: center;
	font-family: arial, helvetica;
	font-size: 12pt;
	font-weight: bold;
	font-color: #566047;
}

td.smtitle{
	background-color:#FFFFCC;
	text-align: right;
	font-family: arial, helvetica;
	font-size: 10pt;
	font-weight: none;}

td.grntitle{
	background-color:#FFFFCC;
	text-align: center;
	font-family: arial, helvetica;
	font-size: 14pt;
	font-weight: none;
	font-color: #566047;}	




/*This part determines the link appearance*/

a:link{
	font-weight: bold;
	
	text-decoration: none;
	color: #400000;}

a:active{
	font-weight: bold;
	text-decoration: none;
	color: #566047;}
	
a:visited{
	text-decoration: none;
	color: #400000;
	font-weight: bold;}

a:hover{
	font-weight: bold;
	text-decoration: underline;
	color: navy;}


a.tdilink {
	text-align: center;
	font-family: arial, helvetica;
	font-size: 14pt;
	font-color: navy;}


a.tdilink: visited {
	text-align: center;
	font-family: arial, helvetica;
	font-size: 14pt;
	font-color: gray;}

a.tdilink: hover{
	color: black;
	text-decoration: underline;}

a.tdilink: active{
	color: black;
	text-decoration: underline;}
